home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Club Hoorn / ACH ClubDiskette No.36 (1997)(Amiga Club Hoorn)(NL)[FFS].zip / ACH ClubDiskette No.36 (1997)(Amiga Club Hoorn)(NL)[FFS].adf / Iconify.doc < prev    next >
Text File  |  1991-12-20  |  3KB  |  84 lines

  1. ICONIFY
  2.  
  3. With Iconify you can temporarily hide windows on the Workbench screen,
  4. either with a hotkey, or by doubleclicking in them (with a qualifier down).
  5. Care has been taking to only iconify windows which can handle it. A window
  6. can be iconified if it is:
  7.  
  8.     - resizable or refreshable
  9.     - not gimmezerozero
  10.     - doesn't have a requester or menu up or is refreshing
  11.  
  12. An iconified window appears as an icon on the workbench screen. By
  13. doubleclicking on that icon the window will be restored. Menufy
  14. has the same functionality as Iconify, but hides windows as a
  15. menu item in the Tools menu on the Workbench screen.
  16.  
  17.  
  18. TOOLTYPES
  19.  
  20. CX_PRIORITY        Priority of this commodity in the CX inputevent
  21.             handling chain.
  22.             Default: 0
  23.  
  24. IQUAL            CX style qualifier which indicates that
  25.             doubleclicking in a window means `Iconify!'.
  26.             Only control, lalt and ralt are recognized!
  27.             Default: control
  28.  
  29. IKEY            Standard CX style hotkey to iconify a window.
  30.             Default: control f10
  31.  
  32. Note that the default doubleclick qualifier and hotkey for Iconify
  33. and Menufy are the same. It is unlikely that both programs will be
  34. used at the same time, but if you do (why), you'll have to change
  35. the tooltypes for one of them.
  36.  
  37.  
  38.  
  39. REQUIREMENTS
  40.  
  41. Obviously Iconify requires AmigaDOS Release 2.0 since it is a commodity.
  42. If you don't have AmigaDOS 2.0, you really should get it.
  43. Given the nature of this program (an unsupported hack) it may or may not
  44. work with future revisions of the operating system.
  45.  
  46.  
  47.  
  48. INSTALLATION
  49.  
  50. Just put Iconify and Iconify.info in sys:wbstartup and provide the
  51. tooltypes you want. Make sure the qualifiers and key you indicate
  52. with IQUAL and IKEY don't interfere with another commodity, like
  53. ClickToFront by Mike Sinz.
  54.  
  55.  
  56.  
  57. WARNING
  58.  
  59. Playing with windows you don't 'own' is always tricky business. Though I
  60. believe all possible conflicts have been prevented, it might be possible
  61. that by using this program situations emerge which confuze the OS and
  62. lead to a software failure. In other words don't experiment with it when
  63. you haven't saved that file you are editing yet. Remember you use this at
  64. your own risk!
  65.  
  66.  
  67.  
  68. COPYRIGHT
  69.  
  70. Iconify is copyright © 1991 by Ewout Walraven
  71.  
  72. This distribution may be freely redistributed as long as all files in it
  73. remain intact. Enhancements or additions can be added to the distribution
  74. as additional files. Re-distributors may charge a small fee for the cost
  75. of copying and the medium only. Commercial distribution is not allowed.
  76.  
  77.  
  78.  
  79. ACKNOWLEDGEMENTS
  80.  
  81. Thanks to Mike Sinz for his 'but what if' questions. Without him there
  82. might still be some potential nasty situations in Iconify and Menufy.
  83. Thanks Mike!
  84.